home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / Python 1.3 / source code / Doc / fix_hack < prev    next >
Encoding:
Text File  |  1995-12-17  |  86 b   |  3 lines  |  [TEXT/R*ch]

  1. #!/bin/sh
  2. sed -e 's/{\\ptt[     ]*\\char[     ]*'"'"'137}/_/g' <"$1" > "@$1" && mv "@$1" $1
  3.